home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / printing / std file saver / source / mypdef_4_handlingdialogs.a < prev    next >
Encoding:
Text File  |  2000-09-28  |  955 b   |  36 lines

  1. ;
  2. ; Copyright 1991-1996 Apple Computer. All rights reserved.
  3. ;
  4. ;    You may incorporate this sample code into your applications without
  5. ;    restriction, though the sample code has been provided "AS IS" and the
  6. ;    responsibility for its operation is 100% yours.  However, what you are
  7. ;    not permitted to do is to redistribute the source as "DSC Sample Code"
  8. ;    after having made changes. If you're going to re-distribute the source,
  9. ;    we require that you make it clear in the source that the code was
  10. ;    descended from Apple Sample Code, but that you've made changes.
  11. ;
  12.  
  13. HANDLINGDLGS    PROC    EXPORT
  14.     
  15.     IMPORT    FILEPRINTDEFAULT
  16.     IMPORT    FILEPRSTLDIALOG
  17.     IMPORT    FILEPRJOBDIALOG
  18.     IMPORT    FILEPRSTLINIT
  19.     IMPORT    FILEPRJOBINIT
  20.     IMPORT    FILEPRDLGMAIN
  21.     IMPORT    FILEPRVALIDATE
  22.     IMPORT    FILEPRJOBMERGE
  23.     
  24.     JMP    FILEPRINTDEFAULT
  25.     JMP    FILEPRSTLDIALOG
  26.     JMP    FILEPRJOBDIALOG
  27.     JMP    FILEPRSTLINIT
  28.     JMP    FILEPRJOBINIT
  29.     JMP    FILEPRDLGMAIN
  30.     JMP    FILEPRVALIDATE
  31.     JMP    FILEPRJOBMERGE
  32.     
  33.     ENDPROC
  34.     
  35.     END
  36.